So far includes:
- JSON
- Web sockets
- Postgres
Install postgres on your OS.
Install PgAdmin for better expirience.
Use test_user_pg user to connect to PG.
Create test_db database.
Create person table with the only string column name.
All the above params, like user or database are configurable in src/bin/main.
Start a postgresql server.
Install Rust on your system.
To start the server - from the root dir run cargo run.
Install siegel package globally: npm i -g siegel.
To start a demo client - from the root dir run siegel run -g --client client.js.