A live StackOverflow which can start with a chat, call, video call etc. Main objective of the app is to provide instant help on problems using mobile chat system.
Golang is awesome for developing web apps. And people have created a bunch of awesome Web-Frameworks, Web helper
libraries. If we consider the entire ecosystem of web apps in Golang everything except API documentation seems
to be in place. So we have created the first API doc generator for Golang based web apps and calling it Yet
another.
FieldMap function generator for https://github.com/mholt/binding
Autobindings is a simple extention to the amazing library Binding. So binding is a reflectionless data binding
for Go's net/http. For that developer has to write a FieldMap function which is used by this library to map
the incoming JSON from the request to the struct fields.
Itโs a wrapper for writing socket servers with keeping your business logic separated from the underlying
technology for sockets.
Using this we can create socket servers supporting SocketIO Server, Websocket Server, Netty based Servers, Plain
Java socket based server with a single business logic.
Is part of AppSurferโs streaming server, where the same logic for streaming is used for websocket clients,
socket io clients, socket clients (Android SDK) and http commet clients.
DroidStalker is aimed to be an important tool for Android developer which provides a single dashboard which
shows graph about the CPU usage, Memory usage, FPS etc while testing an app.
The main reason to come up with this is, LittleEyeLabs got acquired by Facebook and they have discontinued the
product, but there is a genuine need of such a product.
Its being developed as an when we do get time in RainingClouds.
This allows different components to communicate with each other asynchronously using messaging Usecases
To allow a communication between different fragments shown in a tab to communicate with each other without any
boilerplate code
Allow communication between a service running in background and Android app
This is used in AppSurfer Android app, to update the list of applications on different tabs of the home screen
based on the categories selected in the menu bar.