All Projects → TylerLeonhardt → boltly

TylerLeonhardt / boltly

Licence: other
Boltly: The complete Socket.io test client!

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to boltly

Socketio Wildcard
socket.io v2.x with a wildcard event
Stars: ✭ 185 (+1056.25%)
Mutual labels:  socket-io, socketio
SocketIOSharp
C# implementation of Socket.IO protocol revision 4 client and server.
Stars: ✭ 101 (+531.25%)
Mutual labels:  socket-io, socketio
Python Socketio
Python Socket.IO server and client
Stars: ✭ 2,655 (+16493.75%)
Mutual labels:  socket-io, socketio
Aaronvandenberg.nl
⚛️ Web Developers portfolio build with Gatsby.js & React.js
Stars: ✭ 98 (+512.5%)
Mutual labels:  socket-io, socketio
gobang
五子棋小游戏canvas socket.io
Stars: ✭ 38 (+137.5%)
Mutual labels:  socket-io, socketio
Phpsocket.io
A server side alternative implementation of socket.io in PHP based on workerman.
Stars: ✭ 2,026 (+12562.5%)
Mutual labels:  socket-io, socketio
realtime-geolocation
Geolocation tracking app with Node.js, Socket.io, & AngularJS
Stars: ✭ 29 (+81.25%)
Mutual labels:  socket-io, socketio
Node Decorators
node-decorators
Stars: ✭ 230 (+1337.5%)
Mutual labels:  socket-io, socketio
titanium-socketio
Use the native Socket.io SDK's with Axway Titanium.
Stars: ✭ 25 (+56.25%)
Mutual labels:  socket-io, socketio
pdfdraw
Nextcloud app to annotate PDF documents
Stars: ✭ 32 (+100%)
Mutual labels:  socket-io, socketio
Socket.io Python Emitter
Python implementation of socket.io-emitter
Stars: ✭ 67 (+318.75%)
Mutual labels:  socket-io, socketio
django-channels-with-socket.io
django channels with socket.io
Stars: ✭ 23 (+43.75%)
Mutual labels:  socket-io, socketio
Bizsocket
异步socket,对一些业务场景做了支持
Stars: ✭ 469 (+2831.25%)
Mutual labels:  socket-io, socketio
bubbly
Full stack chat application created w/ Next.js, Socket.IO, Express, React and TypeScript
Stars: ✭ 24 (+50%)
Mutual labels:  socket-io, socketio
Go Socket.io
A Socket.IO backend implementation written in Go
Stars: ✭ 409 (+2456.25%)
Mutual labels:  socket-io, socketio
socket.io-client-core
High-Performance Socket.IO client in C#
Stars: ✭ 70 (+337.5%)
Mutual labels:  socket-io, socketio
VPSocketIO
socket.io client objective-c
Stars: ✭ 18 (+12.5%)
Mutual labels:  socket-io, socketio
SocketIOUnity
A Wrapper for socket.io-client-csharp to work with Unity.
Stars: ✭ 69 (+331.25%)
Mutual labels:  socket-io, socketio
chat-rooms
💬 Real time chat app using React, Express and Socket.io
Stars: ✭ 23 (+43.75%)
Mutual labels:  socket-io
react-webrtc-chat
React WebRTC chat
Stars: ✭ 39 (+143.75%)
Mutual labels:  socket-io

Boltly

Join the chat at https://gitter.im/tylerl0706/project-lightning

Boltly (formally codenamed: "Project Lightning"), will be a complete Socket.io test client allowing you to send and receive messages from your server in order to debug your applications. Think of it as "Postman for Socket.io"

Why?

I sent out a survey a bunch of people asking different questions about how they use Socket.io. The biggest question I asked, was:

What do you currently do in order to test to make sure your Socket.io logic in your application is correct?

Astoundingly, these were the results:

Debugging Socket.io server logic is a mess. This is what Boltly (formally codenamed: "Project Lightning") hopes to fix. It will save time by allowing developers to test their logic with a click of a button.

MVP Features

  • Beautifully styled with Material Design guidelines
  • Multiple connections
  • Send events with complex bodies thanks to Ace Editor.
  • History of sent messages
  • Track any event
  • Watch messages come in in real time
  • Multi-platform support thanks to Electron

Dark theme

Oh yeah... There's also a slick dark theme.

Roadmap and progress

The progress of this project will be kept on Trello here.

Prereq

This project has one prereq: Sass.

To install sass, go here.

For more information on Sass, see their homepage.

Getting Started

  1. clone this repository or download the zip
  2. cd project-lightning/
  3. npm install
  4. gulp
  5. npm start

You should be good to go. If you need a simple Socket.io server to test it out, try this: https://github.com/tylerl0706/echo-socket.io-server

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].