Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Dec 27, 2023
1 parent 68b5aca commit 19b5e25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Terminal21 consist of :
- a web server that can be easily deployed on your laptop, home network etc
- scala apps (scala-cli/ammonite scripts or just normal scala apps) that use the terminal21 UI libs to create user interfaces

The terminal21 libs have a websocket open with the server and they send / receive instructions and events. Similarly, the server
The terminal21 libs have a websocket open with the server, and they send / receive instructions and events. Similarly, the server
has a websocket open with the React frontend to do the same. Events like clicks or changes to input boxes instantly update
the state in the client scripts.

Expand Down Expand Up @@ -96,3 +96,6 @@ ls *.sc
bouncing-ball.sc csv-editor.sc csv-viewer.sc hello-world.sc postit.sc server.sc textedit.sc
```

# Need help?

Please use the discussions of the project to post any questions, comments or ideas.

0 comments on commit 19b5e25

Please sign in to comment.