Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbphacker/kamisado
A Kamisado server based on luawebsocket
https://github.com/lbphacker/kamisado
Last synced: 22 days ago
JSON representation
A Kamisado server based on luawebsocket
- Host: GitHub
- URL: https://github.com/lbphacker/kamisado
- Owner: LBPHacker
- Created: 2017-06-04T17:30:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T14:08:12.000Z (9 months ago)
- Last Synced: 2024-02-20T15:30:24.486Z (9 months ago)
- Language: Lua
- Homepage: https://kamisado.trigraph.net
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kamisado
It's just a Kamisado server running on port 55559 and a client connecting to it. Nothing fancy.
Will update this later.
```sh
luarocks install --lua-version=5.1 --tree=system luarocks luajson
luarocks install --lua-version=5.1 --tree=system luarocks lua-ev
luarocks install --lua-version=5.1 --tree=system luarocks lua-websockets
```Once luajson is installed, /usr/share/lua/5.1/json/decode/util.lua line 97 needs to be patched to use `lpeg.version` instead of `lpeg.version()`.