Skip to content

A modern HTTP, WebSocket, TCP, and MQTT client built with Next.js. Interphase provides an intuitive interface for testing and debugging various network protocols.

Notifications You must be signed in to change notification settings

abbychau/interphase

Repository files navigation

Interphase

A modern HTTP, WebSocket, TCP, and MQTT client built with Next.js. Interphase provides an intuitive interface for testing and debugging various network protocols.

Features

  • HTTP request testing (GET, POST, PUT, DELETE)
  • WebSocket connections with real-time messaging
  • TCP client functionality
  • MQTT publish/subscribe capabilities
  • Request history tracking
  • Support for multiple concurrent connections
  • Clean, modern UI built with Tailwind CSS

Getting Started

  1. Clone the repository:
git clone https://github.com/abbychau/interphase.git
cd interphase
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev
  1. Open http://localhost:3000 in your browser

Development

This project uses:

Building for Production

To create an optimized production build:

npm run build
npm run start

License

MIT License

About

A modern HTTP, WebSocket, TCP, and MQTT client built with Next.js. Interphase provides an intuitive interface for testing and debugging various network protocols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published