Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ennuicastr/rtennui-server
The server for RTEnnui
https://github.com/ennuicastr/rtennui-server
Last synced: 17 days ago
JSON representation
The server for RTEnnui
- Host: GitHub
- URL: https://github.com/ennuicastr/rtennui-server
- Owner: ennuicastr
- License: isc
- Created: 2021-12-04T01:27:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T21:17:30.000Z (2 months ago)
- Last Synced: 2024-12-26T07:37:05.532Z (about 1 month ago)
- Language: TypeScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RTEnnui Server
This is the server for [RTEnnui](https://github.com/ennuicastr/rtennui).
## Status
You can find a more complete description of the status of RTEnnui in the client
repository.## Usage
The API is documented with TypeDoc at
https://ennuicastr.github.io/doc/rtennui-server/ . This is an ECMAScript
module, and so should be `import`-ed. Use
`import("rtennui-server/src/main.js")` until Node adds proper directory
importing.You need to provide your own WebSocket server. A demonstration of a simple
RTEnnui server (and associated client) is in `samples/basic-server`.