w3c / web-of-things-framework

208 stars 71 forks source link

Web of things servers for the cloud #15

Open draggett opened 9 years ago

draggett commented 9 years ago

This is to track proposals for implementing open source Web of Things servers for the cloud. I would expect these to be separate GitHub projects, but to share a common test framework.

The idea is to create highly scalable, lightweight and fast servers. It would make sense to start from existing open source servers. Some questions to be addressed include

If you are starting such a project please post a response to this issue telling us about your project and including a link to it.

jbeard4 commented 9 years ago

I am developing State Machines as a Service (SMaaS), an SCXML microservices platform for the Internet of Things.

W3C SCXML can be used to derive intelligence from IoT sensor networks [0]. SMaaS specifies an HTTP and REST-based protocol for interacting with SCXML over a network. SCXMLD is a SMaaS server based on NodeJS and the SCION SCXML implementation, which allows SCXML to be operationalized in the cloud to support large-scale IoT deployments of millions of devices.

[0] http://ceur-ws.org/Vol-668/paper7.pdf