Skip to content

Server Generation and Website Deployment on Roku #680

Answered by iBicha
LArroyoS asked this question in Q&A
Discussion options

You must be logged in to vote

I have some docs, but not too deep https://github.com/iBicha/playlet/tree/main/docs#playlet-web-app

Here are the pieces that make it work:
First, the client is built from a svelte project from https://github.com/iBicha/playlet/tree/main/playlet-web but it can be any arbitrary html/js/css files. The build process spits the output files under playlet-lib/src/www.

The second piece is the web server, Playlet has a web server that listens for tcp connections, parses and exchanges HttpMessages with the client. The server is a Task component that continuously listens for new connections and messages. The functionality of the web server is located here

The server has milddewares (similar to most …

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by iBicha
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
❓ question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #678 on July 18, 2025 23:32.