Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hashi7412/html-parser-in-golang

Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.
https://github.com/hashi7412/html-parser-in-golang

cascadia golang goquery hashi7412 html-parser practice shinobi

Last synced: 29 days ago
JSON representation

Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.

Awesome Lists containing this project

README

        

# HTML-parser-in-Golang

Package goquery implements features similar to jQuery, including the chainable syntax, to manipulate and query an HTML document.

It brings a syntax and a set of features similar to jQuery to the Go language. It is based on Go's net/html package and the CSS Selector library cascadia. Syntax-wise, it is as close as possible to jQuery, with the same method names when possible, and that warm and fuzzy chainable interface.

## Conclusion

In this repository, we've implemented token-based authentication with Golang and MySQL

Here is some repositories for your guide:

- [Hands-on Go](https://github.com/hashi7412/handson-go)
- [Implementing interface from different package golang](https://github.com/hashi7412/multi-packages-interface)
- [Unmarshalling dynamic JSON in Golang](https://github.com/hashi7412/unmarshalling-dynamic-json)
- [Token-based Authentication with MySQL](https://github.com/hashi7412/tokenbased-authentication)
- [Example of Golang CRUD using MySQL from scratch](https://github.com/hashi7412/CRUD-with-MySQL)
- [Golang RESTful API using GORM and Gorilla Mux](https://github.com/hashi7412/RestfulAPI-with-GORM-and-GorillaMux)

Thank you for looking at this repository. 👋