Yuriy Nasretdinov

Rank: 3751 / 4486

3 selected videos

Writing "social network" in go lang, part 5, friends

I decided to try to write a "social network", like facebook, vkontakte and such, for fun, in go lang ( http://golang.org ).

In the this part we are adding friends to our social network.

All source code (including rebuilder.php which uses darwin-notify from my unrealsync project) is available at github: https://github.com/YuriyNasretdinov/social-net/tree/part5

Live demo is available at http://social-net.hopto.org/

View more

Related topics : social network php source

Writing "social network" in go lang, part 1

I decided to try to write a "social network", like facebook, vkontakte and such, for fun, in go lang ( http://golang.org ).

In the first part, I develop the messaging system a little bit and developing the protocol to send messages between client and server.

All source code (including rebuilder.php which uses darwin-notify from my unrealsync project) is available at github: https://github.com/YuriyNasretdinov/social-net/tree/part1

Live demo is available at http://social-net.hopto.org/

View more

Related topics : social go network

Writing "social network" in go lang, part 3, finishing timeline

I decided to try to write a "social network", like facebook, vkontakte and such, for fun, in go lang ( http://golang.org ).

In the second part, we finish our timeline and start thinking about refactoring.

All source code (including rebuilder.php which uses darwin-notify from my unrealsync project) is available at github: https://github.com/YuriyNasretdinov/social-net/tree/part3

Live demo is available at http://social-net.hopto.org/

View more

Related topics : social go network