Thanks to visit codestin.com
Credit goes to github.com

Skip to content

super-dev-rust/p2plib-dart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dart
Lines of code

P2Plib Dart

P2Plib is a minimalistic library for peer-to-peer communication over UDP. Key features:
  • written in pure Dart;
  • no legacy, the project is simple and self-sufficient.

Usage

You can see an example of using this library in practice in our project: https://github.com/alexandrim0/p2plib-dart/example

(back to top)

Contributing

Any contributions you make are greatly appreciated.

If you have a suggestion that would make P2Plib better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

Contacts

  • If you want to report a bug, open an Issue
  • If you have a general question or a suggestion, create a GitHub Discussion

(back to top)

About

A simple UDP-based peer-to-peer library in Dart

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dart 99.5%
  • Dockerfile 0.5%