Found 8 packages
A .Net client for Wit.ai HTTP API
A .NET library that implements most of wit.ai API features. GitHub repo at https://github.com/pierodetomi/wit-ai-dotnet-api.
WebSocket transport server for WitRPC, enabling a server to accept clients over WebSocket (great for real-time, browser-friendly communication).
TCP transport server for WitRPC, enabling a server to host services over a TCP port (supports plaintext or TLS-secured connections).
REST transport server for WitRPC, exposing your services as HTTP REST endpoints to allow calls from web or external clients via standard HTTP.
Named Pipes transport server for WitRPC, enabling a server to handle client connections over named pipes (efficient local IPC with support for multiple clients).
企业微信代理库,http://www.wit66.com/
Memory-mapped file transport server for WitRPC, allowing a server to listen for client connections via a shared memory segment (for high-performance on-machine communication).