Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdan/ocaml-tictactoe
Playing around with some OCaml + Bucklescript + Express + Socket.io
https://github.com/jdan/ocaml-tictactoe
bucklescript express ocaml socket-io
Last synced: 10 days ago
JSON representation
Playing around with some OCaml + Bucklescript + Express + Socket.io
- Host: GitHub
- URL: https://github.com/jdan/ocaml-tictactoe
- Owner: jdan
- Created: 2017-08-07T19:53:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-11T16:21:14.000Z (over 7 years ago)
- Last Synced: 2024-11-08T13:40:57.907Z (2 months ago)
- Topics: bucklescript, express, ocaml, socket-io
- Language: OCaml
- Size: 71.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ocaml-chat
Playing around with some [OCaml](https://ocaml.org/) + [Bucklescript](https://bucklescript.github.io/) + [Express](https://expressjs.com) + [Socket.io](https://socket.io/)
### Running
```sh
npm install
npm run watch && npm run dev
```