https://github.com/sebagomez/goomez
🦀 Network crawler
https://github.com/sebagomez/goomez
c-sharp react typescript
Last synced: 2 months ago
JSON representation
🦀 Network crawler
- Host: GitHub
- URL: https://github.com/sebagomez/goomez
- Owner: sebagomez
- Created: 2014-07-30T17:53:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T13:48:17.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T16:21:36.389Z (7 months ago)
- Topics: c-sharp, react, typescript
- Language: C#
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Goomez search is a [Lucene.Net](http://lucenenet.apache.org/) client that indexes the available software in our office. It'll index the extensions and locations stated in the GoomezCrawler.xml file.
It also has a web client for resolving queries to the index, it's a very Google-like web interface. I actually inspected the css properties from Google.com
It was originally a ASP.NET WebForms app, but It's been migrated to .NET Core and the web client is an [ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/) app with ~~ReactJS~~ [Blazor](https://blazor.net).
Log:
- August 9th 2022. Migrated to .NET 6 and Blazor
- February 18th, 2020. Migrated to .NET Core 3.1
- April 24th, 2019. Migrated to .NET Core 2.2
- June 9th, 2018. Migrated to .NET Core 2.1