With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Try free now
Your monitoring isn't a stack. It's a pile. Fix that.
Errors, performance, logs, uptime. One install, one invoice, one UI.
Replace Datadog, New Relic, and Sentry without adding three more dashboards.
Multiplayer chat rooms built with Express + Socket.IO
N-chat is a small educational group-chat application created with Express and Socket.IO. It demonstrates how a Node.js server can maintain real-time connections and broadcast events among browser clients. Users sign in with a display name that is stored in a cookie, and duplicate active names are rejected. The server tracks connected users and announces when someone enters or leaves the room. Messages can be sent publicly to everyone or privately to a selected online user. The browser...