A simple Chat Server build with Haskell servant, Websockets and React.js
Trying to learn web dev by building it.
Everything
chatqy:
port: 8081
connStr: "host=localhost dbname=qydb user=dbuser password=123456 port=5432"
poolNum: 1
env: "development"
chatqy.yaml
will be parsed when the server start.
>> npm install
>> ./node_modules/.bin/webpack
stack exec chatqy