Ably + Next.js starter for serverless WebSocket, real-time notifications, activity streams, chat, collaborative multiplayer experiences etc.
This Ably and Next.js fundamentals starter kit demonstrates using some of the Ably's core functionality with Next.js. You can build features and use cases upon these fundamentals such as notifications, activity streams, chat, realtime visualisations and dashboards, and collaborative multiplayer experiences.
The Ably fundamentals demonstrated within this repo are:
The project uses the following components:
Create a .env.local
file with your Ably API key:
echo "ABLY_API_KEY={YOUR_ABLY_API_KEY_HERE}">.env
npm run dev# oryarn dev
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Want to help contributing to this project? Have a look at our contributing guide!
Ably + Next.js starter for serverless WebSocket, real-time notifications, activity streams, chat, collaborative multiplayer experiences etc.
This Ably and Next.js fundamentals starter kit demonstrates using some of the Ably's core functionality with Next.js. You can build features and use cases upon these fundamentals such as notifications, activity streams, chat, realtime visualisations and dashboards, and collaborative multiplayer experiences.
The Ably fundamentals demonstrated within this repo are:
The project uses the following components:
Create a .env.local
file with your Ably API key:
echo "ABLY_API_KEY={YOUR_ABLY_API_KEY_HERE}">.env
npm run dev# oryarn dev
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Want to help contributing to this project? Have a look at our contributing guide!