Skip to content

dfjs/realtime-physical-spaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realtime interfaces and physical spaces - with WebSockets, Next.js and IoT

This project is the accompanying code to an article here:

medium.com/realtime-interfaces-and-physical-spaces-with-websockets-next-js-and-iot-e4a89d8febed

The article is about a project that combines various technologies and concepts to create a physical user experience using Gravio, an IoT Edge platform and a custom Next.js (a React.js framework) setup, with WebSockets and HTTP APIs.

This Next.js project was bootstrapped with create-next-app.

Getting Started

After cloning or downloading this repo...

Install the dependencies:

npm install

Then run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result, and see the article (or code) on how this project works with Gravio.

Learn more about Next.js

To learn more about Next.js, take a look at the following resources:

Releases

No releases published

Packages

No packages published