Skip to content

A Golang implementation of Microsoft's MSN Messenger server supporting MSNP2.

License

Notifications You must be signed in to change notification settings

marcantoinegodde/msn_project

Repository files navigation

MSN Server (MSNP2)

Go Postgres Redis Docker

📝 Description

This project is an implementation written in Golang of Microsoft's MSN Messenger server in its initial release. Due to the complexicity of the project, the server only supports (for now) MSN Messenger 1.0 client based on MSN Protocol 2 (MNSP2).

✨ Features

The project aims to support the entire feature set of MSNP2, including:

  • User authentication
  • Contact list management
  • Status updates
  • Real-time messaging

🚀 Runing the server in development mode

  1. Start the database and the Redis server using Docker:
docker compose up
  1. Run the dispatch server:
make dispatch
  1. Run the notification server:
make notification
  1. Run the switchboard server:
make switchboard

🚨 Disclaimer

Warning

This project is a personal hobby project and is not affiliated with, endorsed by, or officially supported by Microsoft or any of its subsidiaries. The content, views, and contributions in this repository are solely those of the project author(s) and do not represent the opinions or positions of Microsoft.

About

A Golang implementation of Microsoft's MSN Messenger server supporting MSNP2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published