
Getting Started
In order to get started, you should download the latest version of PokeIn from the Dowloads tab. There are many sample projects available on our FREE edition package and also you can start with the basic tutorial or for more you jump into advanced tutorial. If you have any questions and there is no related sample, let us know to provide a sample that fits your needs. Visit Discussions area to send your sample requests.
PokeIn gives you the most enhanced JSON functionality in order to make your server side objects available on client side. Simply, it is a Reverse Ajax & WebSocket library makes it easy to call JavaScript functions from C#/VB.NET and to call C#/VB.NET functions from the browsers or DesktopClients. It has numerous features like built-in websocket server, event ordering, resource management, exception handling, marshaling, ajax upload control, mono compatibility, scalable server push, base64 encoded messages and more.
PokeIn has its own thread and resource management pools and guarantees the client object's worker thread same each time it gets any call internally or from outside. This unique feature helped us to develop VisualJS.NET since Windows Forms objects needs to work on the thread they are created. Although VisualJS.NET does not directly depends on Windows Form objects, thread targeting was quite important.