blockfrost / blockfrost-websocket-link

WebSocket link for Blockfrost.io API.
Apache License 2.0
8 stars 2 forks source link

nix: pm2 #218

Closed mmahut closed 1 year ago

mmahut commented 1 year ago

Be sure your application is stateless meaning that no local data is stored in the process, for example sessions/websocket connections, session-memory and related. Use Redis, Mongo or other databases to share states between processes.

:sweat_smile: