This service powers winchatty.com
. View the API documentation.
- Use the VSCode devcontainer.
- Edit
src/appsettings.json
and fill in, at minimum, theSharedLogin
andStorage
sections. - In the
build
directory, run./clean.sh && ./debug.sh
.
- In the
build
directory, run./clean.sh && ./publish.sh
. - Make a deployment directory.
- Copy
build/publish/*.exe
and*.dll
to the deployment directory. - Copy your customized
appsettings.json
to the deployment directory. - Run
SimpleChattyServer.exe
. Usesc.exe
to set it up as a Windows service.